gdk: Don't mutate pointer events to touch events just because a grab says so
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 21 Feb 2012 10:22:49 +0000 (11:22 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 1 Mar 2012 21:25:27 +0000 (16:25 -0500)
commit9c6f71bfc7701040bce1c9b2b492dcff698f83ae
tree76e8367cbf11b99ad8908111d91323c377c8694c
parent5942fee240b0db8bb5325d1138ed4511aaf3ba02
gdk: Don't mutate pointer events to touch events just because a grab says so

If a grab with GDK_TOUCH_MASK kicks in due to a touch sequence emulating pointer
events, don't mutate the sequence into emitting touch events right away.
gdk/gdkwindow.c